2014-06-19 - 6474 - Break Fix - SNC PO Download FM Changes #SNCProject #ABAPSNC
2014-06-19 - 6474 - Service Request - SNC PO Download FM Changes
Problem Summary
SNC PO Download FM Changes
Admin Info
Purpose
|
SNC PO Download FM Changes
|
Requested by
|
Rahul Attarde
|
Issue Date
|
06-19-2014
|
Resolved by
|
Venkat, Adithya, Laxman
|
Resolved Date
|
06-19-2014
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
1. PO Download Function Module changes, Deletion Indicator is missing in the downloaded file from SNC UI
2. Below are the additional changes which are needed to be done as these changes were done for "PO_EXRACT".
Please Refer to the changes which were done for the "PO_EXTRACT"
2014-05-21 - 6474 - Breakfix - SNC PO Extract Changes
(i). Cust PO: This should be the order date form the sales order.
(ii). PO Issued: This should be the PO Creation date.
(iii). MSRP price for the Korean Currency is not working.
(iv). NMFC Code - Currently the Description is coming in the file we need to add the commodity Code number also
3. ECC PO in SNC UI.
In the Print of ECC PO from SNC UI, quantity form the deleted line of the PO are also calculated in the form.
Solution Analysis and Recommendations
(Include Screen Shots if required)
PO Download
The PO Download FM was developed by SAP, and deleted lines are displayed as open items.
The following changes should be done in SNC Function Module ZNEC_FM_PO_DOWNLOAD
1. Get the Deletion Flag for the deleted items in the file.
2. Solution for other changes are as below
(i). Field Cust PO (Column AJ in the file) : Pick the Sales Order Document Date from the Sales Order, if it is NB PO Leave it blank. (VBAK - AUDAT)
(ii). PO Issued Date (Column AW in the file) : Pick the PO Document Date, (EKKO - BEDAT)
(iii). MSRP Price is to update for Korean currency need to remove decimals for Korean currency.
(iv). NMFC Code- Hard Code the value "HTS -" followed by Commodity Code value.
PO Form
The PO Print in SNC calls the PO Print Form in ECC by passing the PO Data in a string format as input. The PO data is converted to String by a Function Module developed by SAP.
The FM is also considering deleted PO Lines and the quantity is coming incorrectly.
The Following Change should be done in Function Module ZNEC_FM_F0001_CALL_SF to remove deleted PO Lines and Print PO Form correctly in SNC.
3. ECC PO in SNC UI.
In the Print of ECC PO from SNC UI, quantity form the deleted line of the PO are also calculated in the form, change the logic in the FM so as the form must not consider the deleted items of the PO.
Resolution
Release Information
Provide link here to Release Notes if Technical Objects were changed